Welcome![Sign In][Sign Up]
Location:
Search - vb sqlserver

Search list

[Other resourceVB.SQLServer

Description: 用VB远程连接SQL Server2000数据库-VB Remote SQL Server 2000 database
Platform: | Size: 3132 | Author: chenyf | Hits:

[Windows DevelopVB&SQLServer

Description:    本文讨论了Visual Basic应用程序访问SQL Server数据库的几种常用的方法,分别说明了每种方法的内部机理并给出了每种方法的一个简单的实例,最后比较了每种方法性能和优缺点。
Platform: | Size: 7784 | Author: lyl | Hits:

[ADO-ODBCsqlserver

Description: 以SQL Serverl和VB实现的酒店管理的各种基本要求,功能完善-to SQL and VB Serverl the hotel management of basic requirements, functional improvement
Platform: | Size: 5659 | Author: 279676521 | Hits:

[Other resourceVB.NETSALEOUT

Description: VB.NET开发的进销存系统,数据库SQLSERVER,XP SP2系统上开发!
Platform: | Size: 404575 | Author: 刘沛师 | Hits:

[GIS programshzyglxt

Description: 社会资源管理系统。VB+MapX+SQLserver-social resources management system. VB MapX SQL server
Platform: | Size: 28448768 | Author: 冲亚 | Hits:

[SQL ServerVB.SQLServer

Description: 用VB远程连接SQL Server2000数据库-VB Remote SQL Server 2000 database
Platform: | Size: 3072 | Author: chenyf | Hits:

[Windows DevelopVB_ADO_SQLServer_base

Description: 使用ADO控件访问SQLServer数据库,源代码及及工程文件-use ADO visit SQLServer database, source code and documentation and engineering
Platform: | Size: 60416 | Author: 李文军 | Hits:

[Windows DevelopVB&SQLServer

Description:    本文讨论了Visual Basic应用程序访问SQL Server数据库的几种常用的方法,分别说明了每种方法的内部机理并给出了每种方法的一个简单的实例,最后比较了每种方法性能和优缺点。 -This article discusses the Visual Basic applications to access SQL Server database of several commonly used method, respectively, the internal mechanism of each method and each method gives a simple example, the last comparison of the performance and the advantages and disadvantages of each method .
Platform: | Size: 7168 | Author: lyl | Hits:

[SQL Serversqlserver+vb

Description: SQL SERVER+ isual basic的数据库开发的漏洞管理系统-isual basic SQL Server database development of the loopholes in the management system
Platform: | Size: 238592 | Author: 邓鹏 | Hits:

[SQL ServerVB.NETSALEOUT

Description: VB.NET开发的进销存系统,数据库SQLSERVER,XP SP2系统上开发!-VB.NET development Invoicing systems, databases SQLSERVER, XP SP2 system development!
Platform: | Size: 664576 | Author: 刘沛师 | Hits:

[ERP-EIP-OA-Portalpsms

Description: vb+sqlserver实现的人事管理系统,系本人毕业设计。基本模块有档案管理,工资管理,考勤管理,调动管理,打印报表等-vb+ sqlserver realize the personnel management system, I graduated from the Department of Design. Basic module has file management, payroll management, attendance management, mobility management, such as print statements
Platform: | Size: 1487872 | Author: hanbing | Hits:

[SQL Serverchappangdichang

Description: VB+SQLSERVER做的房地产管理信息系统-VB+ SQLSERVER do real estate management information system
Platform: | Size: 41984 | Author: 许冬雪 | Hits:

[SQL Serverchapcanyinguanlixitong

Description: VB+SQLSERVER餐饮管理信息系统-VB+ SQLSERVER Food Management Information System
Platform: | Size: 45056 | Author: 许冬雪 | Hits:

[Education soft systemonline-exam-VB

Description: 在线考试系统中题目的生成、试卷的提交、成绩的批阅等都可以在网上自动完成。只要形成一套成熟的题库就可以实现考试的自动化。这样一来,教师所要做工作的只是精心设计题目、维护题库,而不是组织考试,从而大大减轻了教师的负担,也减少了财政支出,这表明其经济性是相当可观的。 在线考试系统为考试管理者、考生提供一个高效、便捷、而又轻松的考试环境,满足教师工作轻松,学生考试方便需求。VB+SQLSERVER -Online examination system in the subject generated, paper submissions, marking the achievements and so can be done automatically online. As long as a mature examination of the item bank automation can be achieved. As a result, teachers have to do only the work of well-designed title, maintaining item bank, rather than the organization of the examination, thereby greatly reducing the burden on teachers, but also reduced fiscal expenditures, which indicates that the economy is quite substantial. Online examination system for examination and managers, candidates and to provide an efficient, convenient, yet relaxed environment for the candidates to meet the teachers to work easily, students need to facilitate examination. VB+ SQLSERVER
Platform: | Size: 3300352 | Author: 王旭东 | Hits:

[Internet-NetworkSQLSERVER

Description: VB+ SQL SERVER 酒店管理系统 ,希望对大家有帮助哦。新手初来咋到-VB+ SQL SERVER hotel management system, want to help us oh. Beginning novice to gnaw into the
Platform: | Size: 2756608 | Author: 载神00 | Hits:

[Software EngineeringHumanResources

Description: vb人力资源管理系统源码 数据源名称为: HrSys sqlserver服务器登陆帐号: sa sqlserver服务器登陆密码: 198517 先运行Server目录下的服务器程序 然后运行Code目录下的客户端程序 登陆帐号: admin 登陆密码: admin -vb source Human Resources Management System
Platform: | Size: 1103872 | Author: 盘小刚 | Hits:

[Education soft systemSQLServer

Description: vb+sql,学生宿舍管理系统设计源代码与实现。-vb+ sql, student hostel management system design and implementation of the source code.
Platform: | Size: 1032192 | Author: 张杰 | Hits:

[ERP-EIP-OA-Portalvb-ERP

Description: 碧海蓝天生产管理系统ERP源代码通过vb的shell方法,调用外部命令。如sqlserver的osql实用工具,但是这样的话,osql执行的sql脚本可能需要花费很长的时间,如何才能保证osql执行完所有的sql之后,才继续执行vb的下一步处理呢? 1.声明2个API,用来检测进程是否在运行。 Declare Function OpenProcess Lib "kernel32" (ByVal dwDesiredAccess As Long, ByVal bInheritHandle As Long, ByVal dwProcessId As Long) As Long Declare Function CloseHandle Lib "kernel32" (ByVal hObject As Long) As Long '************************************************************************ '【名称】:判断进程是否在运行 '【描述】: '【备注】: '************************************************************************ Function IsRunning(ByVal ProgramID) As Boolean '传入进程标识ID-Blue sky production management system, ERP source code 通过vb的shell方法,调用外部命令。如sqlserver的osql实用工具,但是这样的话,osql执行的sql脚本可能需要花费很长的时间,如何才能保证osql执行完所有的sql之后,才继续执行vb的下一步处理呢? 1.声明2个API,用来检测进程是否在运行。 Declare Function OpenProcess Lib "kernel32" (ByVal dwDesiredAccess As Long, ByVal bInheritHandle As Long, ByVal dwProcessId As Long) As Long Declare Function CloseHandle Lib "kernel32" (ByVal hObject As Long) As Long '************************************************************************ '【名称】:判断进程是否在运行 '【描述】: '【备注】: '************************************************************************ Function IsRunning(ByVal ProgramID) As Boolean '传入进程标识ID
Platform: | Size: 4699136 | Author: 莫逆 | Hits:

[ADO-ODBCvb-sqlserver

Description: vb-sqlserver数据库操作,学习数据库很不错的帮助文档,里面带学习的描述-Database operations, a very good learning database to help document, which describes learning with
Platform: | Size: 248832 | Author: xiao | Hits:

[Other DatabasesVB-SQLSERVERSign-on

Description: VB SQLSERVER登录器工程要引用MicroSoft SQLDMO Object Libary-VB SQLSERVERLogin project to be referenced MicroSoft SQLDMO Object Libary
Platform: | Size: 3072 | Author: sky | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net